
Hi, I have to list items floated with text in each item. When the text becomes too long in the left column, I use text-overflow: ellipsis; to clip the text. However, this has been deemed unacceptable my my pm, as he would like for the text that is usually hidden to always be visible.
Is there...